home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 24 / AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso / PublicDomain / Anwendungen / MT-RechnungIII / Install_MTRIII < prev    next >
Text File  |  2000-01-01  |  29KB  |  1,039 lines

  1. ; $VER: Install_MTRIII 1.08 (25.02.2000)
  2. ; Script to install MT-RechnungIII
  3.  
  4. (complete 0)
  5.  
  6. (set old_level @user-level)
  7. (set @default-dest "sys:")
  8.  
  9. ;=============================================================================
  10. ; Englische strings
  11. (set #bad-kick "To install MT-RechnungIII AMIGA OS 2.1+ is required!")
  12. (set #bad-proz "You need a MC68020 or MC68EC020 Processor")
  13.  
  14. (set #ask-dir    "Where do you want to install MT-RechnungIII?\nAttention, no drawer will be created!")
  15.  
  16. (set #ask-psvs "How PostScript-Printpreview should be done?\n(ToolTypes will be set)")
  17. (set #ask0-psvs "HWGPost + Multiview (hwgpost.datatype)")
  18. (set #ask1-psvs "GhostScript window")
  19. (set #ask2-psvs "GhostScript -> pcxmono -> MultiView")
  20. (set #ask3-psvs "GhostScript -> pcxgray -> MultiView")
  21. (set #ask4-psvs "GhostScript -> pcx16 -> MultiView")
  22. (set #ask5-psvs "GhostScript -> pcx256 -> MultiView")
  23. (set #ask6-psvs "GhostScript -> pcx24b -> MultiView")
  24. (set #ask7-psvs "GhostScript -> PDF -> XPDF")
  25. (set #ask8-psvs "GhostScript -> pgm -> MultiView")
  26.  
  27. (set #ask-ps "How PostScript-Print should be done?\n(ToolTypes will be set)")
  28. (set #ask0-ps "PostScript-Printer")
  29. (set #ask1-ps "HWGPost with prtps:")
  30. (set #ask2-ps "HWGPost with psprt:")
  31. (set #ask3-ps "TurboPrint >=V7 + GhostScript")
  32. (set #ask4-ps "GhostScript with Wokbench-Printerdriver")
  33. (set #ask5-ps "GhostScript-direct Epson")
  34. (set #ask6-ps "GhostScript-direct HP")
  35. (set #ask7-ps "GhostScript-direct Canon")
  36.  
  37. (set #ask0-ps-epson "Epson 9 Nadel (or compatible)")
  38. (set #ask1-ps-epson "Epson 24 Nadel (or compatible)")
  39. (set #ask2-ps-epson "Epson Stylus (Color)")
  40.  
  41. (set #ask0-ps-hp "HP DeskJet 500C/540C")
  42. (set #ask1-ps-hp "HP DeskJet 550C/560C")
  43. (set #ask2-ps-hp "HP PaintJet XL300/DeskJet 1200C")
  44. (set #ask3-ps-hp "HP PaintJet")
  45. (set #ask4-ps-hp "HP PaintJet XL")
  46. (set #ask5-ps-hp "HP LaserJet")
  47. (set #ask6-ps-hp "HP LaserJet Plus")
  48. (set #ask7-ps-hp "HP LaserJet 2p")
  49. (set #ask8-ps-hp "HP LaserJet 3")
  50. (set #ask9-ps-hp "HP LaserJet 4")
  51.  
  52. (set #ask0-ps-canon "Canon BJ10e")
  53. (set #ask1-ps-canon "Canon BJ200")
  54. (set #ask2-ps-canon "Canon BJC-600/4000/70/Stylewriter2x00")
  55. (set #ask3-ps-canon "Canon BJC-800")
  56.  
  57. (set #ask-ps-help "Please pay attention that HWGPost nor GhostScript is part of MT-RechnungIII!")
  58. (set #ask-ps-device "On which port have you installed your PostScript-printer (par:, ser:, ...)")
  59.  
  60. (set #Install "Install ")
  61.  
  62. (set #ask-test-inst "Should I install testdatabase?")
  63. (set #ask-test-upd "Update testdatabase?")
  64.  
  65. (set #ask-script-upd "Update scripts?")
  66.  
  67. (set #ask-prido-upd "Update printdocuments?")
  68.  
  69. (set #ask-rexx-upd "Update ARexx-scripts?")
  70.  
  71. (set #ask-funktion-2 "Which Language(s) should be installed?\n\n")
  72. (set #default_lang 1)
  73.  
  74. (set #ask-papersize "Choose maximum papersize, your printer can handle:")
  75. (set papersize-default 0)
  76.  
  77. (set #ask-printerport "Which port your printer is joined:")
  78.  
  79. (set #ask-icons "Which type of icons do you want to install?")
  80. (set #ask0-icons "4 Color Workbench style")
  81. (set #ask1-icons "MagicWorkbench style")
  82. (set #ask2-icons "NewIcons style")
  83. (set #ask3-icons "My64ColorIcons style")
  84. (set #ask-icons-help (cat    #ask0-icons "\n"
  85.                                     "Icons with four colors, like they are distributed with Workbench original disks.\n\n"
  86.                                     #ask2-icons "\n"
  87.                                     "NewIcons is a freeware-softwarepackage that makes it possible, to display icons correctly, indipendent "
  88.                                     "from the used colors on screen and icons. NewIcon-Package must be installed to display this icons, "
  89.                                     "otherwise the four color icons will be displayed.\n\n"
  90.                                     #ask3-icons "\n"
  91.                                     "My64ColorIcons is a 64 color using Iconpackage, that I have uploadet a view years ago to aminet "
  92.                                     "The program SetWBColors has to be instlalled, to display this icons in correct colours."))
  93.  
  94. (set #ask-printtype (cat    "MT-RechnungIII allows you different ways of printing."
  95.                                     "Please select the one you prevere (multiselection is possible)."))
  96. (set #ask0-printtype "PostScript")
  97. (set #ask1-printtype "ARexx: Directsteer of the printer")
  98. (set #ask2-printtype "Arexx: with help of WordWorth (V5 or higher)")
  99. (set #ask3-printtype "Arexx: with help of FinalWriter (V3 or higher)")
  100. (set #ask-printtype-help (cat    #ask0-printtype "\n"
  101.                                         "The printoutput is done by PostScript needs a printer that can handle PostScript (most people will not "
  102.                                         "have) or a PostScript-interpreter.\n"
  103.                                         "How to use HWGPost or GhostScript with MTRechnungIII is described in the guide. The needet batch "
  104.                                         "scripts are will automaticly installed.\n\n"
  105.                                         #ask1-printtype "\n"
  106.                                         "Using ARexx-scripts and the ANSI-ESC-Sequences, Workbench-printerdriver dicrectly is steered. "
  107.                                         "There are not many possibilities to design, but its the fastest way, to print\n\n"
  108.                                         #ask2-printtype "\n"
  109.                                         "Using ARexx in WordWorth the document is generated. The advantage is the easy way to change the "
  110.                                         "pattern or the generetade document, before printingen.\n\n"
  111.                                         #ask3-printtype "\n"
  112.                                         "Using ARexx in FinalWriter the document is generated. It's nearly the same as in WordWorth"))
  113. (set #ask-psvs-help "")
  114. (set #ask-psdelete (cat    "You have allready installed PostScript-documents but no PostScript-printing selected.\n"
  115.                                 "Do you want to update or delete existing documentsden?"))
  116. (set #ask-psdelete-yes "update")
  117. (set #ask-psdelete-no "delete")
  118.  
  119. ;=============================================================================
  120. ; Deutsch strings
  121. (if (= @language "deutsch")
  122. (
  123.     (set #bad-kick "Sie benötigen AMIGA OS 2.1+ zum Installieren von MT-RechnungIII!")
  124.     (set #bad-proz "Sie benötigen mindestens einen MC68020 oder MC68EC020 Prozessor")
  125.  
  126.     (set #ask-dir    "Wohin soll MT-RechnungIII installiert werden?\nAchtung es wird kein Verzeichnis erstellt!")
  127.  
  128.  
  129.     (set #ask-psvs "Wie soll die PostScript-Druckvorschau erfolgen?\n(entsprechende ToolTypes/Merkmale werden gesetzt)")
  130.     (set #ask0-psvs "HWGPost + Multiview (hwgpost.datatype)")
  131.     (set #ask1-psvs "GhostScript Vorschaufenster")
  132.  
  133.     (set #ask-psvs-help (cat ask0-psvs "\n"
  134.                                 "Die PostScript-Datei wird vom hwgpost.datatype in eine Grafik umgesetzt und von MultiView in einem Fenster "
  135.                                 "auf dem Screen von MT-Rechnung III dargestellt. Bitte beachten Sie, dass HWGPost nicht mit PostScript Level 2 "
  136.                                 "Dateien zurecht kommt, eine Anpassung wie im Handbuch erwähnt, muß durchgeführt werden.\n"
  137.                                 "Es wird immer nur die jeweils erste Seite dargestellt!\n\n"
  138.                                 ask1-psvs "\n"
  139.                                 "Die PostScript-Datei wird direkt von GhostScript dargestellt. Leider ist die Bedinung etwas nervig über ein "
  140.                                 "Shell-Fenster, das nach jeder Seite eine Bestätigung verlangt und zum Schluß manuell beendet werden muß. "
  141.                                 "Die Vorschau erfolgt immer auf dem Workbench-Screen.\n\n"
  142.                                 ask2-psvs "\n"
  143.                                 "GhostScript wandelt die PostScript-Datei in eine monochrome PCX-Grafik (1 Bit-Farbtiefe Schwarz und Weiß) "
  144.                                 "die Darstellung erfolgt mit Hilfe von MultiView auf dem Screen von MT-Rechnung III, ein pcx-Datatype muß "
  145.                                 "demzufolge installiert sein.\n"
  146.                                 "Es wird immer nur die jeweils erste Seite dargestellt!\n\n"
  147.                                 ask3-psvs "\n"
  148.                                 "Wie " ask2-psvs ", jedoch in 256 Graustufen\n\n"
  149.                                 ask4-psvs "\n"
  150.                                 "Wie " ask2-psvs ", jedoch in 16 Farben\n\n"
  151.                                 ask5-psvs "\n"
  152.                                 "Wie " ask2-psvs ", jedoch in 256 Farben\n\n"
  153.                                 ask6-psvs "\n"
  154.                                 "Wie " ask2-psvs ", jedoch in 16,8 Mio Farben (24 Bit Farbtiefe)\n\n"
  155.                                 ask7-psvs "\n"
  156.                                 "GhostScript setzt die PostScript-Datei in eine PDF-Datei um, die anschliessend mit XPDF auf dem Screen "
  157.                                 "von MT-Rechnung III dargestellt wird. XPDF muß natürlich auch installiert sein, ein Assign xpdf: muß "
  158.                                 "gesetzt sein. Die Vorschau benötigt ein wenig Zeit, dafür bietet XPDF die Möglichkeit hin und her zu "
  159.                                 "blättern, die Darstellung zu vergrössern und zu verkleinern...\n"
  160.                                 "ACHTUNG: Ältere Versionen von GhostScript beherrschen keine PDF-Ausgabe!\n\n"
  161.                                 ask7-psvs "\n"
  162.                                 "GhostScript erzeugt aus der PostScript-Datei eine PGM Grafik in 256 Graustufen. Der Unterschied zu den "
  163.                                 "PCX-Dateien ist vor allem de